﻿.header{
    overflow:visible;
}
.nav ul li {
    position: relative;
}
#subav1, #subav2, #subav3 {
    position: absolute;
    z-index: 999;
    width: 142px;
    height: 37px;
    border-bottom: 1px solid #eaeaea;
    font-size: 14px;
    line-height: 32px;
    background: #FFFFFF;
    text-align: left;
    text-indent: 1em;
    display: none;
}
#subav1 {
    top: 9px;
    border-top:1px solid #eaeaea;
}
#subav2 {
    top: 48px;
}
#subav3 {
    top: 86px;
}
#subav4, #subav5, #subav6, #subav7, #subav8, #subav9 {
    position: absolute;
    z-index: 999;
   
    width: 165px;
    height: 37px;
    border-bottom: 1px solid #eaeaea;
    font-size: 14px;
    line-height: 32px;
    background: #FFFFFF;
    text-align: left;
    text-indent: 1em;
    display:none;
}
#subav4 {
    top: 10px;
    border-top: 1px solid #eaeaea;
}
#subav5 {
    top: 49px;
}
#subav6 {  
    top: 87px;
}
#subav7 {
    top: 125px;
}
#subav8 {
    top: 163px;
}
#subav9 {
    top: 201px;
}
.nav ul li a:hover ~div {
    display: block !important;
    
}
.active {
    background: #178DFF;
    color: #FFFFFF !important;
}
.nav ul li div:hover{
    background:#178DFF !important;
    color:#FFFFFF;
    cursor:pointer;
}
.nav ul li div:link {
    background: #636363 !important;
    color: #FFFFFF;
    cursor: pointer;
}
.nav ul li div:visited {
    background: #636363 !important;
    color: #FFFFFF;
    cursor: pointer;
}
